home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1997 November
/
Electronic Clipper 1997-11.iso
/
Idea Source™
/
main.dir
/
00024_Script_24
< prev
next >
Wrap
Text File
|
1997-09-19
|
240b
|
14 lines
on mouseDown
puppetsound "dong"
repeat while the mousedown
set the visible of sprite 5 to false
updatestage
end repeat
set the visible of sprite 5 to true
updatestage
end
on mouseUp
go to frame "start"
end